.Net Framework > v2.0.50727 > System > Drawing > Imaging > EncoderParameter > EncoderParameter EncoderParameter(Encoder,Byte)
EncoderParameter(Encoder,Byte,Boolean)
EncoderParameter(Encoder,Byte[])
EncoderParameter(Encoder,Byte[],Boolean)
EncoderParameter(Encoder,Int16)
EncoderParameter(Encoder,Int16[])
EncoderParameter(Encoder,Int32,Int32)
EncoderParameter(Encoder,Int32,Int32,Int32)
EncoderParameter(Encoder,Int32,Int32,Int32,Int32)
EncoderParameter(Encoder,Int32[],Int32[])
EncoderParameter(Encoder,Int32[],Int32[],Int32[],Int32[])
EncoderParameter(Encoder,Int64)
EncoderParameter(Encoder,Int64,Int64)
EncoderParameter(Encoder,Int64[])
EncoderParameter(Encoder,Int64[],Int64[])
EncoderParameter(Encoder,String)


EncoderParameter(Encoder,Byte)

Category
Constructor
Description
Initializes a new instance of the System.Drawing.Imaging.EncoderParameter class with the specified System.Drawing.Imaging.Encoder object and one unsigned 8-bit integer. Sets the System.Drawing.Imaging.EncoderParameter.ValueType property to System.Drawing.Imaging.EncoderParameterValueType.ValueTypeByte, and sets the System.Drawing.Imaging.EncoderParameter.NumberOfValues property to 1.
Type
void
Character
public
Parameters
NameTypeDescription
encoderEncoder
valueByte
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

EncoderParameter(Encoder,Byte,Boolean)

Category
Constructor
Description
Initializes a new instance of the System.Drawing.Imaging.EncoderParameter class with the specified System.Drawing.Imaging.Encoder object and one 8-bit value. Sets the System.Drawing.Imaging.EncoderParameter.ValueType property to System.Drawing.Imaging.EncoderParameterValueType.ValueTypeUndefined or System.Drawing.Imaging.EncoderParameterValueType.ValueTypeByte, and sets the System.Drawing.Imaging.EncoderParameter.NumberOfValues property to 1.
Type
void
Character
public
Parameters
NameTypeDescription
encoderEncoder
valueByte
undefinedBoolean
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

EncoderParameter(Encoder,Byte[])

Category
Constructor
Description
Initializes a new instance of the System.Drawing.Imaging.EncoderParameter class with the specified System.Drawing.Imaging.Encoder object and an array of unsigned 8-bit integers. Sets the System.Drawing.Imaging.EncoderParameter.ValueType property to System.Drawing.Imaging.EncoderParameterValueType.ValueTypeByte, and sets the System.Drawing.Imaging.EncoderParameter.NumberOfValues property to the number of elements in the array.
Type
void
Character
public
Parameters
NameTypeDescription
encoderEncoder
valueByte[]
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

EncoderParameter(Encoder,Byte[],Boolean)

Category
Constructor
Description
Initializes a new instance of the System.Drawing.Imaging.EncoderParameter class with the specified System.Drawing.Imaging.Encoder object and an array of bytes. Sets the System.Drawing.Imaging.EncoderParameter.ValueType property to System.Drawing.Imaging.EncoderParameterValueType.ValueTypeUndefined or System.Drawing.Imaging.EncoderParameterValueType.ValueTypeByte, and sets the System.Drawing.Imaging.EncoderParameter.NumberOfValues property to the number of elements in the array.
Type
void
Character
public
Parameters
NameTypeDescription
encoderEncoder
valueByte[]
undefinedBoolean
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

EncoderParameter(Encoder,Int16)

Category
Constructor
Description
Initializes a new instance of the System.Drawing.Imaging.EncoderParameter class with the specified System.Drawing.Imaging.Encoder object and one, 16-bit integer. Sets the System.Drawing.Imaging.EncoderParameter.ValueType property to System.Drawing.Imaging.EncoderParameterValueType.ValueTypeShort, and sets the System.Drawing.Imaging.EncoderParameter.NumberOfValues property to 1.
Type
void
Character
public
Parameters
NameTypeDescription
encoderEncoder
valueInt16
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

EncoderParameter(Encoder,Int16[])

Category
Constructor
Description
Initializes a new instance of the System.Drawing.Imaging.EncoderParameter class with the specified System.Drawing.Imaging.Encoder object and an array of 16-bit integers. Sets the System.Drawing.Imaging.EncoderParameter.ValueType property to System.Drawing.Imaging.EncoderParameterValueType.ValueTypeShort, and sets the System.Drawing.Imaging.EncoderParameter.NumberOfValues property to the number of elements in the array.
Type
void
Character
public
Parameters
NameTypeDescription
encoderEncoder
valueInt16[]
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

EncoderParameter(Encoder,Int32,Int32)

Category
Constructor
Description
Initializes a new instance of the System.Drawing.Imaging.EncoderParameter class with the specified System.Drawing.Imaging.Encoder object and a pair of 32-bit integers. The pair of integers represents a fraction, the first integer being the numerator, and the second integer being the denominator. Sets the System.Drawing.Imaging.EncoderParameter.ValueType property to System.Drawing.Imaging.EncoderParameterValueType.ValueTypeRational, and sets the System.Drawing.Imaging.EncoderParameter.NumberOfValues property to 1.
Type
void
Character
public
Parameters
NameTypeDescription
encoderEncoder
numeratorInt32
demoninatorInt32
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

EncoderParameter(Encoder,Int32,Int32,Int32)

Category
Constructor
Description
Initializes a new instance of the System.Drawing.Imaging.EncoderParameter class with the specified System.Drawing.Imaging.Encoder object and three integers that specify the number of values, the data type of the values, and a pointer to the values stored in the System.Drawing.Imaging.EncoderParameter object.
Type
void
Character
public
Parameters
NameTypeDescription
encoderEncoder
NumberOfValuesInt32
TypeInt32
ValueInt32
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

EncoderParameter(Encoder,Int32,Int32,Int32,Int32)

Category
Constructor
Description
Initializes a new instance of the System.Drawing.Imaging.EncoderParameter class with the specified System.Drawing.Imaging.Encoder object and four, 32-bit integers. The four integers represent a range of fractions. The first two integers represent the smallest fraction in the range, and the remaining two integers represent the largest fraction in the range. Sets the System.Drawing.Imaging.EncoderParameter.ValueType property to System.Drawing.Imaging.EncoderParameterValueType.ValueTypeRationalRange, and sets the System.Drawing.Imaging.EncoderParameter.NumberOfValues property to 1.
Type
void
Character
public
Parameters
NameTypeDescription
encoderEncoder
numerator1Int32
demoninator1Int32
numerator2Int32
demoninator2Int32
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

EncoderParameter(Encoder,Int32[],Int32[])

Category
Constructor
Description
Initializes a new instance of the System.Drawing.Imaging.EncoderParameter class with the specified System.Drawing.Imaging.Encoder object and two arrays of 32-bit integers. The two arrays represent an array of fractions. Sets the System.Drawing.Imaging.EncoderParameter.ValueType property to System.Drawing.Imaging.EncoderParameterValueType.ValueTypeRational, and sets the System.Drawing.Imaging.EncoderParameter.NumberOfValues property to the number of elements in the numerator array, which must be the same as the number of elements in the denominator array.
Type
void
Character
public
Parameters
NameTypeDescription
encoderEncoder
numeratorInt32[]
denominatorInt32[]
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

EncoderParameter(Encoder,Int32[],Int32[],Int32[],Int32[])

Category
Constructor
Description
Initializes a new instance of the System.Drawing.Imaging.EncoderParameter class with the specified System.Drawing.Imaging.Encoder object and four arrays of 32-bit integers. The four arrays represent an array rational ranges. A rational range is the set of all fractions from a minimum fractional value through a maximum fractional value. Sets the System.Drawing.Imaging.EncoderParameter.ValueType property to System.Drawing.Imaging.EncoderParameterValueType.ValueTypeRationalRange, and sets the System.Drawing.Imaging.EncoderParameter.NumberOfValues property to the number of elements in the numerator1 array, which must be the same as the number of elements in the other three arrays.
Type
void
Character
public
Parameters
NameTypeDescription
encoderEncoder
numerator1Int32[]
denominator1Int32[]
numerator2Int32[]
denominator2Int32[]
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

EncoderParameter(Encoder,Int64)

Category
Constructor
Description
Initializes a new instance of the System.Drawing.Imaging.EncoderParameter class with the specified System.Drawing.Imaging.Encoder object and one 64-bit integer. Sets the System.Drawing.Imaging.EncoderParameter.ValueType property to System.Drawing.Imaging.EncoderParameterValueType.ValueTypeLong (32 bits), and sets the System.Drawing.Imaging.EncoderParameter.NumberOfValues property to 1.
Type
void
Character
public
Parameters
NameTypeDescription
encoderEncoder
valueInt64
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

EncoderParameter(Encoder,Int64,Int64)

Category
Constructor
Description
Initializes a new instance of the System.Drawing.Imaging.EncoderParameter class with the specified System.Drawing.Imaging.Encoder object and a pair of 64-bit integers. The pair of integers represents a range of integers, the first integer being the smallest number in the range, and the second integer being the largest number in the range. Sets the System.Drawing.Imaging.EncoderParameter.ValueType property to System.Drawing.Imaging.EncoderParameterValueType.ValueTypeLongRange, and sets the System.Drawing.Imaging.EncoderParameter.NumberOfValues property to 1.
Type
void
Character
public
Parameters
NameTypeDescription
encoderEncoder
rangebeginInt64
rangeendInt64
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

EncoderParameter(Encoder,Int64[])

Category
Constructor
Description
Initializes a new instance of the System.Drawing.Imaging.EncoderParameter class with the specified System.Drawing.Imaging.Encoder object and an array of 64-bit integers. Sets the System.Drawing.Imaging.EncoderParameter.ValueType property to System.Drawing.Imaging.EncoderParameterValueType.ValueTypeLong (32-bit), and sets the System.Drawing.Imaging.EncoderParameter.NumberOfValues property to the number of elements in the array.
Type
void
Character
public
Parameters
NameTypeDescription
encoderEncoder
valueInt64[]
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

EncoderParameter(Encoder,Int64[],Int64[])

Category
Constructor
Description
Initializes a new instance of the System.Drawing.Imaging.EncoderParameter class with the specified System.Drawing.Imaging.Encoder object and two arrays of 64-bit integers. The two arrays represent an array integer ranges. Sets the System.Drawing.Imaging.EncoderParameter.ValueType property to System.Drawing.Imaging.EncoderParameterValueType.ValueTypeLongRange, and sets the System.Drawing.Imaging.EncoderParameter.NumberOfValues property to the number of elements in the rangebegin array, which must be the same as the number of elements in the rangeend array.
Type
void
Character
public
Parameters
NameTypeDescription
encoderEncoder
rangebeginInt64[]
rangeendInt64[]
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

EncoderParameter(Encoder,String)

Category
Constructor
Description
Initializes a new instance of the System.Drawing.Imaging.EncoderParameter class with the specified System.Drawing.Imaging.Encoder object and a character string. The string is converted to a null-terminated ASCII string before it is stored in the System.Drawing.Imaging.EncoderParameter object. Sets the System.Drawing.Imaging.EncoderParameter.ValueType property to System.Drawing.Imaging.EncoderParameterValueType.ValueTypeAscii, and sets the System.Drawing.Imaging.EncoderParameter.NumberOfValues property to the length of the ASCII string including the NULL terminator.
Type
void
Character
public
Parameters
NameTypeDescription
encoderEncoder
valueString
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

Software for developers
.Net Components
Delphi Components
Software for Android Developers
More information resources
WinAPI Programmer's Reference
Unix Manual Pages
Delphi Examples
Databases for Amazon shops developers
Amazon Categories Database
Browse Nodes Database